home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4021 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  2.6 KB

  1. Path: news.cyberport.com!usenet
  2. From: tangent@cyberport.com (Warren Young)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Need advice on book...
  5. Date: Sat, 27 Jan 1996 03:04:23 GMT
  6. Organization: ETR..., Inc.
  7. Message-ID: <31099247.437682496@news.cyberport.com>
  8. References: <4dj5qd$lfk@tempo.univ-lyon1.fr>
  9. NNTP-Posting-Host: ppp7.cyberport.com
  10. X-Newsreader: Forte Agent .99c/16.141
  11.  
  12. ameetoo@ifhamy.insa-lyon.fr (Avinash Meetoo) wrote:
  13.  
  14. >    I want to buy a good reference book on C++. I need some advice.
  15. >
  16. >    What do you folks out there think of "The C Programming Language
  17. >(2nd edition)" by BS? It is an expensive book and if ever I can get
  18. >a cheaper book with the same content I would be rather pleased. 
  19.  
  20. I had the same dilemma; since I came from C, I'd found Harbison and
  21. Steele's C reference, which is less than half the combined price of
  22. both editions of K&R (the "standard" C reference, aside from the ISO
  23. standard) and yet worth more to me, if you discount K&R's tutorial
  24. stuff, which I wasn't after to begin with.
  25.  
  26. So, I entered the C++ world looking for something similar.  No such
  27. luck.  The simple fact is, the ARM is something _every_ serious C++
  28. programmer needs, at least until H&S get on the stick and get their
  29. C++ edition out  B-)  
  30.  
  31. However, there is one more book you may want to look at.  First, let
  32. me get into my asbestos underwear so I don't get too badly scorched by
  33. the imminent flames.....Zzzzipp.  Okay, the book is (duck) Herbert
  34. Schildt's _C++: A Complete Reference 2/e_ (or is it 3/e?), published
  35. by Osborne/McGraw Hill.  The only problem with it that I've found is
  36. the problem that is _always_ found with a Schildt book:  it doesn't
  37. devote itself sufficiently to accuracy.  However, the book is much
  38. more readable than the ARM, and it covers things like IOStreams that
  39. the ARM doesn't even attempt.  As far as accuracy, it bad, but in a
  40. dispute between it and Stroustrup, vote Stroustrup.  For these reason,
  41. it's the second-most used C++ book on my shelf.  I think you should
  42. get the ARM first, though.  
  43.  
  44. (Aside: If anyone can point me at a better but similarly-broad C++
  45. book, I'd sure like to hear it.  But until then, Mr. Schildt's book
  46. will remain on my "main" shelf.  Maybe it's not the best book it could
  47. be, but it's head-and-shoulders above anything else I've seen.
  48. Something in the spirit of H&S would be wonderful.)
  49.  
  50. >By the way,
  51. >do you know if a 3rd edition of the book is in progress???
  52.  
  53.  I'm sure one is at least being contemplated, but don't look for it
  54. until the ISO standard is completed (sometime in (early?) 1997,
  55. probably).  That's just my personal guess, though.
  56.  
  57. = Warren --
  58.